home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / pct_4d.arc / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1990-12-18  |  3KB  |  54 lines

  1. cls
  2. echo off
  3. echo ┌────────────────────────────────────────────────────────────────────┐
  4. echo │ Before printing the PC-Type 4 manual, you must have "unzipped"     │
  5. echo │ the documentation files.  To do this, follow these steps:          │
  6. echo │   1. Copy the files from the PC-Type 4 documentation disk to       │
  7. echo │      your hard disk using the DOS COPY command.  For example, to   │
  8. echo │      copy the files to the PCTYPE subdirectory on your C drive,    │
  9. echo │      insert the PC-Type 4 documentation disk in drive A and type:  │
  10. echo │            COPY A:*.* C:\PCTYPE                                    │
  11. echo │      and press (Enter).                                            │
  12. echo │   2. Change to the drive and directory you copied the files to in  │
  13. echo │      step 1.                                                       │
  14. echo │   3. "Unzip" the documentation files.  To do this, type the        │
  15. echo │      following:                                                    │
  16. echo │            PKUNZIP PCT4DOC                                         │
  17. echo │                                                                    │
  18. echo │ Note: You must have 1.4 megabytes available on your hard disk to   │
  19. echo │       complete these steps.                                        │
  20. echo └────────────────────────────────────────────────────────────────────┘
  21. echo If you have not already "unzipped" the documentation files, press
  22. echo (Ctrl)(Break) now, and follow the steps listed above.
  23. echo .
  24. pause
  25. cls
  26. echo ┌────────────────────────────────────────────────────────────────────┐
  27. echo │ The PC-Type 4.0 Manual is about to be printed to the printer at    │
  28. echo │ LPT1.  The manual is about 400 pages long.  Make sure your printer │
  29. echo │ is ready, with LOTS of paper.                                      │
  30. echo │                                                                    │
  31. echo │ WARNINGS . . .                                                     │
  32. echo │ 1. Because the manual includes graphics characters, you must print │
  33. echo │    to a graphics printer.  If printed on a non-graphics printer,   │
  34. echo │    many of the screen shots and menus will not print properly.     │
  35. echo │                                                                    │
  36. echo │ 2. The PC-Type 4.0 manual is configured for a page length of 62.   │
  37. echo │    If printing on a dot matrix printer with the skip-over perfora- │
  38. echo │    tion option turned on, you must turn this option off.  Refer to │
  39. echo │    your printer manual for information on how to do this.  If      │
  40. echo │    printing to a laser printer, you must set your page length to a │
  41. echo │    minimum of 62.  66 is the optimum setting.  If you do not do    │
  42. echo │    this, a blank page will be printed after each page.             │
  43. echo └────────────────────────────────────────────────────────────────────┘
  44. echo   Press (Ctrl)(Break) now or at any time to cancel printing.
  45. echo   When you're ready to begin printing, press a key.
  46. echo .
  47. pause
  48. copy intro lpt1
  49. copy part1 lpt1
  50. copy part2 lpt1
  51. copy part3 lpt1
  52. copy appendix lpt1
  53. copy index lpt1
  54.